Add a XEN_VENDORVERSION variable to allow additional text on top of
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Tue, 17 Oct 2006 17:45:18 +0000 (18:45 +0100)
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Tue, 17 Oct 2006 17:45:18 +0000 (18:45 +0100)
the extra version.

Signed-off-by: John Levon <john.levon@sun.com>
xen/Makefile

index 4485a8e93147b4e03373b621ca83cc3b21e707f0..a425d9f53e7ac9387c3d6fdccd8de7cb483099c6 100644 (file)
@@ -2,7 +2,7 @@
 # All other places this is stored (eg. compile.h) should be autogenerated.
 export XEN_VERSION       = 3
 export XEN_SUBVERSION    = 0
-export XEN_EXTRAVERSION ?= -unstable
+export XEN_EXTRAVERSION ?= -unstable$(XEN_VENDORVERSION)
 export XEN_FULLVERSION   = $(XEN_VERSION).$(XEN_SUBVERSION)$(XEN_EXTRAVERSION)
 -include xen-version